/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-size:12px; background:#ffffff;
	color: #333333;font-family: 'Microsoft YaHei, Microsoft YaHei-Regular';}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}
textarea {
	font-family: 'Microsoft YaHei, Microsoft YaHei-Regular';
	outline: none;
}


input:focus {
  outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank46{ width:100%; height:46px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank55{ width:100%; height:55px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank75{ width:100%; height:75px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank111{ width:100%; height:111px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}
.blank108{ width:100%; height:108px; clear:both;}

/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}
/*针对1920的宽屏*/
.max{ position:relative;}

.inner{width:1680px;  height:auto;  z-index:2; margin:0 auto;}
span {
	display: block;
}
.sp {
	display: none;
}
.pb {
	display: none;
}
.footer_sp {
	display: none;
}
.blank111 {
	/* display: none; */
}
.banner_sp {
	display: none;
}
/*.box img {
	width: 100%;
}*/
.mhead {
	position: relative;z-index: 2;
}
.header_top {
	background: -webkit-linear-gradient(left, #2982d4 , #0dc3a8);
  background: -o-linear-gradient(right, #2982d4, #0dc3a8);
  background: -moz-linear-gradient(right, #2982d4, #0dc3a8);
  background: linear-gradient(to right, #2982d4 , #0dc3a8);
  padding: 10px 0;
  display: none;
}
.header_top .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_top_text {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
}
.header_top_area {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header_top_wei {
	padding-right: 10px;
	border-right: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.header_top_code {
	position: absolute;
	top: 150%;
	left: 50%;
	transform: translateX(-50%);
	width: 122px;
	height: 122px;
	display: none;
}
.header_top_wei:hover .header_top_code {
	display: block;
}
.header_top_tel {
	padding-left: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
}
.header_top_tel span {
	font-size: 14px;
	color: #ffffff;
	margin-left: 20px;
}
.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	width: 16%;
}
.logo img {
	width: 100%;
}
.nav {
	width: 50%;
	margin-left: 1%;
}
.nav_item {
	float: left;
	margin-left: 1%;
	position: relative;
	padding:36px 10px 45px 10px;
	border-bottom: 4px solid Transparent;
	position: relative;
}
.nav_item:first-of-type {
	margin-left: 0;
}
.nav_link {
	font-size: 20px;
	color: #333333;
}
.nav_er_list {
	position: absolute;
	top: 104%;
	left: 50%;
	width: 210px;
	transform: translateX(-50%);
	background: rgba(255,255,255,0.7);
	padding: 30px 0 5px 0;
	z-index: 71;
	display: none;
}
.nav_er_item {
	padding-bottom: 25px;
	text-align: center;
}
.nav_er_link {
	font-size: 16px;
	color: #333333;
}
.nav_er_link:hover {
	color: #2982d4;
}
.nav_current {
	border-bottom: 4px solid #2982d4;
}
.nav_current .nav_link {
	color: #2982d4;
	font-weight: bold;
}
.nav_item:hover {
	border-bottom: 4px solid #2982d4;
}
.nav_item:hover .nav_link {
	color: #2982d4;
	font-weight: bold;
}
.nav_link font {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	color: #999999;
	bottom: 15px;
}
.nav_item:hover .nav_er_list {
	display: block;
}
.header_form {
	width: 14%;
	border: 1px solid #2373bd;
	border-radius: 50px;
	height: 34px;
	padding:6px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;  display:block;
}
.header_form_input {
	width: 82%;
	border: none;
	border-left: 1px solid #2373bd;
	font-size: 14px;
	color: #333333;
	background: inherit;
}
.header_form_btu {
	border: none;
	background: url(../images/search.png) no-repeat left center;
	background-size: 16px 17px;
	width: 16px;
	height: 17px;
}
.banner {
	position: relative;
}
.banner img {
	width: 100%;
	transform: scale(1.1);
    transition: all 1s;
}
.banner .swiper-slide {
	overflow: hidden;
}
.banner .swiper-slide-active img {
	transform: scale(1);
    transition: all 1s;
}
.banner .swiper-container1 .swiper-pagination {
  bottom: 60px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
}
.index_banner .swiper-container1 .swiper-pagination {
	bottom: 100px;
  	display: flex;
    justify-content: center;
}
.banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet {
  float: left;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  font-family: Arial;
  font-size: 14px;
  color: #ffffff;
  opacity: 1;
  border: 1px solid #fff;
  background: transparent;
  line-height: 37px;
  outline: none;
}
.banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #2982d4;
}
.banner .zsd {
  position: absolute;
  width: 1680px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 60px;
  z-index: 99;
  height: 0;
}
.index_banner .zsd {
	bottom: 130px;
}
.banner .zsd .swiper-container2 {
  width: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner .zsd .swiper-container2 .swiper-slide {
  font-size: 18px;
  color: #fff;
  font-family: 'Arial';
  margin-bottom: 30px;
  cursor: pointer;
}
.banner .zsd .swiper-container2 .swiper-slide:last-child {
  margin-bottom: 0;
}
.banner .zsd .swiper-container2 .swiper-slide.swiper-slide-thumb-active {
  margin-bottom: 20px;
  padding-bottom: 110px;
  color: #ffffff;
}
.banner .zsd .swiper-container2 .swiper-slide.swiper-slide-thumb-active::before {
  position: absolute;
  width: 1px;
  height: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #ffffff;
  content: "";
}
.banner .zsd .swiper-container2 .swiper-slide.swiper-slide-thumb-active:last-child {
  margin-bottom: 0;
  margin-top: -10px;
  padding-top: 110px;
  padding-bottom: 0;
}
.banner .zsd .swiper-container2 .swiper-slide.swiper-slide-thumb-active:last-child::before {
  top: 0;
  bottom: auto;
}
.banner .shubiao {
  position: absolute;
  width: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 60px;
  z-index: 100;
  animation: myfirst 2s infinite;
  display: none;
}
.index_banner .shubiao {
	bottom: 130px;
}
@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.index_about {
	/*padding-bottom: 50px;*/
	background: #eef3f8;
}
.index_about_list {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 1200px;
	background: #fff;
	padding: 30px 90px 30px 90px;
	border-radius: 10px;
	box-shadow:0px 7px 10px rgba(35,92,145,0.2);
	position: relative;
	z-index: 71;
	margin: -85px auto 1px auto;
}
.index_about_item{
	/*float: left;*/
	/*margin-left: 150px;*/
}
.index_about_item:first-of-type {
	margin-left: 0;
}
.index_about_item img {
	transition: all 0.5s linear;
	transform-style: preserve-3d;
	margin: 0 auto;
	display: block;
}
.index_about_item:hover img {
	transform: rotateY(-180deg);
}
.index_about_num {
	font-size: 22px;
	color: #2982d4;
	font-weight: bold;
}
.index_about_num font {
	font-size: 38px;
	line-height: 38px;
}
.index_about_num text {
	font-size: 42px;
	line-height: 42px;
	text-align: center;
}
.index_about_text {
	font-size: 20px;
	color: #333333;
	margin: 10px 0 20px 0;
	line-height: 22px;
	text-align: center;
}
.index_mbbr_title {
	margin-bottom: 50px;
}
.index_mbbr_zh {
	font-size: 32px;
	color: #2982d4;
	text-align: center;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
.index_mbbr_en {
	font-size: 32px;
	color: #c6d3de;
	line-height: 32px;
	text-align: center;
	font-family: Arial;
}
.index_mbbr_item {
	width: 18%;
	margin-left: 2.5%;
	float: left;
}
.index_mbbr_item:nth-child(5n-4) {
	margin-left: 0;
}
.index_mbbr_photo {
	overflow: hidden;
	border-radius: 10px;
}
.index_mbbr_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
	border-radius: 10px;
}
.index_mbbr_item:hover .index_mbbr_photo img {
	transform:scale(1.1);
}
.index_mbbr_name {
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	font-weight: bold;
	margin: 30px 0 20px 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.index_mbbr_text {
	font-size: 16px;
	color: #666666;
	margin-bottom: 30px;
	line-height: 16px;
}
.index_mbbr_more {
	background: #2982d4;
	width: 135px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	transition: all .3s;
	position: relative;
	z-index: 1;
}
.index_mbbr_more span {
	font-size: 18px;
	color: #ffffff;
	margin-right: 2px;
}
.index_mbbr_more img {
	position: relative;
	z-index: 2;
	/* width: 35px !important; */
}
.index_mbbr_more::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 0;
	z-index: 0;
	background: #93e6d3;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all .3s;
}
.index_mbbr_item:hover .index_mbbr_more::after {
	width: 30%;
}
.index_mbbr_more:hover::after {
	width: 30%;
}
.header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
}
.index_city {
	padding: 80px 0 80px 0;
}
.index_city_title {
	font-size: 32px;
	color: #2982d4;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 30px;
	text-align: center;
}
.index_city_title font {
	font-size: 32px;
	color: #c6d3de;
	font-weight: initial;
	margin-left: 20px;
	display: block;
	margin-top: 15px;
}
.index_city_item {
	float: left;
	width: 8%;
	margin-left: 2.2%;
}
.index_city_item:nth-child(10n-9) {
	margin-left: 0;
}
.index_city_photo {
	overflow: hidden;
}
.index_city_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_city_item:hover .index_city_photo img {
	transform:scale(1.1);
}
.index_city_item span {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
}
.index_city_item:hover span {
	color: #2982d4;
}
.index_eg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 100px;
}
.index_eg_left {
	background: url(../images/bg2.jpg) center center;
	background-size: cover;
	width: 25%;
	padding: 130px 50px 260px 50px;
	height: 645px;
}
.index_eg_right {
	width: 75%;
	background: #eef3f8;
	padding: 60px 120px 55px 60px;
	box-shadow:0px 0px 10px rgba(8,38,65,0.2);
	height: 645px;
}
.index_eg_zh {
	font-size: 32px;
	color: #ffffff;
	line-height: 32px;
	font-weight: bold;
}
.index_eg_en {
	font-size: 32px;
	color: #7eb0de;
	line-height: 28px;
	/*font-weight: bold;*/
	margin: 30px 0 55px 0;
}
.index_eg_heng {
	width: 30px;
	height: 2px;
	background: #ffffff;
	margin-bottom: 100px;
	display: none;
}
.index_eg_info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}
.index_eg_info > span {

	margin-left: 10px;
}
.index_eg_info span {
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
}
.index_eg_info span font {
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
}
.index_eg_top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 50px;
}
.index_eg_link {
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	padding: 0 30px;
	border-left: 2px solid #a7a7a7;
}
.index_eg_link:last-of-type {
	padding-right: 0;
}
.index_eg_link:first-of-type {
	border-left: none;
}
.index_eg_current {
	color: #2982d4;
	font-weight: bold;
}
.index_eg_link:hover {
	color: #2982d4;
	font-weight: bold;
}
.index_eg_name {
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	height:36px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.index_eg_photo {
	border-top: 2px solid #b0b0b0;
	padding-top: 20px;
	margin-top: 20px;
	overflow: hidden;
}
.index_eg_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_eg_box {
	background: #fff;
	padding: 30px 11px 23px 11px;
	font-size: 14px;
	color: #555555;
	line-height: 25px;
	height: 203px;
	overflow: hidden;
}
.index_eg_box span {
	font-size: 14px;
	color: #555555;
	line-height: 25px;
}
.index_eg_item:hover .index_eg_name {
	color: #2982d4;
}
.index_eg_item:hover .index_eg_photo {
	border-top: 2px solid #2982d4;
}
.index_eg_item:hover .index_eg_photo img {
	transform:scale(1.1);
}
.index_eg_banner .swiper-slide {
	width: 23%;
	margin-left: 2.6%;
	float: left;
}
.index_eg_banner .swiper-slide:nth-child(4n-3) {
	margin-left: 0;
}




.index_eg .swiper-button-prev {
	width: 41px !important;
    height: 41px !important;
    background-image: url(../images/jian2.png);
    background-repeat: no-repeat;
    outline: none;
	top: 80%;
	/*transform: translateY(-50%);*/
    left: 50px;
    margin-top: 0 !important;
    background-size: contain;
}
.index_eg .swiper-button-prev:after {
	content: '';
}
.index_eg .swiper-button-next {
	width: 41px !important;
    height: 41px !important;
	background-image: url(../images/jian4.png);
    background-repeat: no-repeat;
	outline: none;
	top: 80%;
	/*transform: translateY(-50%);*/
    right: initial !important;
    left: 130px;
    margin-top: 0 !important;
    background-size: contain;
}
.index_eg .swiper-button-next:after {
	content: '';
}
.index_eg .swiper-button-prev:hover {
	background-image: url(../images/jian5.png);
}
.index_eg .swiper-button-next:hover {
	background-image: url(../images/jian3.png);
}
.index_mbbr {
	background: #eef3f8;
	padding: 50px 0;
	margin-top: -1px;
}
.footer {
	background: url(../images/bg3.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0;
}
.footer .inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_box {
	padding: 0 40px;
	border-left: 1px solid #fff;
}
.footer_box:last-of-type {
	padding-left: 60px;
}
.footer_box:first-of-type {
	border-left: none;
}
.footer_title {
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	font-weight: bold;
}

    .footer_title  .con_info {
    display: contents;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}
    .footer_title .con_info span{font-size:14px!important; color:#fff; margin-left:0px;}
    .footer_title .con_info span a{color:#fff!important;}

.footer_link {
	font-size: 14px;
	color: #eeeeee;
	line-height: 14px;
	margin-top: 20px; 
} 

.footer_info img {
	width: 122px;
	height: 122px;
	float:left;
	margin-bottom: 20px;
}


.small {
	background: #242424;
	padding: 18px 0;
}
.small .inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.small span {
	font-size: 14px;
	color: #999999;
	margin-right: 25px;
}
.small a {
	font-size: 14px;
	color: #999999;
}
.small img {
	margin-right: 7px;
}
.fu {
	position: fixed;
	right: 2%;
	bottom: 0%;
	z-index: 70;
}
.fu_box {
	margin-bottom: 8px;
	position: relative;
	cursor: pointer;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.fu_box img {
	margin: 0 auto;
}
.fu_box_text {
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-top: 8px;
}
.fu_model {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	border-radius: 5px;
	background: #2982d4;
}
.fu_tel {
	width: 218px;
	height: 50px;
	background-size: 100% 100%;
	font-size: 20px;
	color: #f6f6f6;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
.fu_model img {
	width: 122px;
	height: 122px;
}
.fu_photo {
	width: 122px;
}


.fu_ewm {
	width: 122px;
}

.fu_ewm img{width:100%;}

.fu_mewm {
	position: absolute;
	right: 60px;
	bottom:-120%;
	transform: translateY(-50%);
	display: none;
	border-radius: 5px;
	background: #2982d4;
}

.fu_box:hover .fu_model {
	display: block;
}

.fu_box:hover .fu_mewm {
	display: block;
}

.fu_box:hover .fu_box_text {
	color: #ffffff;
}

.left {
	float: left;
	width: 20%;
	padding: 40px 20px 40px 20px;
	background: #E5E5E5;
}
.left_en {
	font-size: 14px;
	color: #666666;
	line-height: 14px;
}
.left_zh {
	font-size: 24px;
	color: #2982d4;
	line-height: 28px;
	font-weight: bold;
	padding: 14px 0 38px 0;
	position: relative;
	border-bottom: 3px solid #6d5c55;
}
.left_zh::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -3px;
	width: 90px;
	height: 3px;
	background: #007eff;
}
.left_list {
	padding: 15px 0 15px 15px;
}
.left_item {
	/*padding: 0 30px 0 0;*/
	border-bottom: 1px solid #B1B1B1;
}
.left_link {
	padding: 13px 0;
	font-size: 21px;
	color: #333333;
}
.left_current .left_link {
	font-weight: bold;
	color: #2982d4;
	background: url(../images/jian6.png) no-repeat 95% center;
	background-size: 8px 11px;
}
.left_link:hover {
	font-weight: bold;
	color: #2982d4;
	background: url(../images/jian6.png) no-repeat 95% center;
	background-size: 8px 11px;
	padding-right: 10px;
}
.left_er_link {
	padding: 18px 0 18px 28px;
	font-size: 18px;
	color: #666666;
	line-height: 20px;
	background: url(../images/bg5.png) no-repeat left center;
	background-size: 6px 2px;
}
.left_er_item {
	border-bottom: 1px solid #B1B1B1;
}
.left_er_item:last-of-type {
	border-bottom: none;
}
.left_er_list {
	/* padding: 15px 0 15px 0; */
	border-top: 1px solid #B1B1B1;
	display: none;
}
.left_er_current .left_er_link {
	font-weight: bold;
	color: #2982d4;
	background: url(../images/bg6.png) no-repeat left center;
	background-size: 6px 2px;
}
.left_er_link:hover {
	font-weight: bold;
	color: #2982d4;
	background: url(../images/bg6.png) no-repeat left center;
	background-size: 6px 2px;
}
.left_current .left_er_list {
	display: block;
}
.right {
	width: 80%;
	float: right;
	border-left: 1px solid #ededee;
	padding: 40px 0 80px 120px;
}
.zi {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}
.zi a {
	font-size: 16px;
	color: #555555;
	line-height: 19px;
}
.zi span {
	font-size: 16px;
	color: #555555;
	line-height: 19px;
}
.zi span:hover {
	color: #2982d4;
}
.zi a:hover {
	color: #2982d4;
}
.zi_home {
	background: url(../images/home.png) no-repeat left center;
	background-size: 14px 19px;
	padding-left: 24px;
}
.right_en {
	font-size: 30px;
	color: #dcdcdc;
	line-height: 45px;
}
.right_zh {
	font-size: 24px;
	color: #2982d4;
	line-height: 24px;
	font-weight: bold;
	margin-top: 20px;
	position: relative;
	z-index: 2;
}
.right_title {
	margin-bottom: 40px;
}
.box {
	line-height: 30px; font-size:18px;
}
.box p span,.xztext{
	line-height: 30px; font-size:18px!important;
}
.abouthonor_left {
	float: left;
	width: 35%;
	background: #f5f5f5;
	padding: 15px 15px;
}
.abouthonor_left_text {
	border-bottom: 1px solid #dadada;
	background: url(../images/ico4.png) no-repeat left center;
	background-size: 31px 35px;
	padding: 15px 0 15px 42px;
	font-size: 20px;
	color: #333333;
	line-height: 31px; 
}
.abouthonor_left_text:hover {
	/* color: #2982d4; */
}
.abouthonor_left_text:last-of-type {
	border-bottom: none;
}
.abouthonor_right {
	width: 62%;
	float: right;
	padding: 40px;
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.abouthonor_right_title {
	font-size: 22px;
	color: #333333;
	text-align: center;
	line-height: 22px;
	margin-bottom: 32px;
}
.abouthonor_right_item {
	width: 48%;
	float: left;
	margin-left: 4%;
	margin-bottom: 20px;
}
.abouthonor_right_item:nth-child(odd) {
	margin-left: 0;
}
.abouthonor_right_photo {
	overflow: hidden;
}
.abouthonor_right_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
/*.abouthonor_right_item:hover .abouthonor_right_photo img {
	transform:scale(1.1);
}*/
.abouthonor_right_item span {
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	margin-top: 13px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.pro_heji {
	background: #F5F5F5;
	padding: 60px 30px 70px 0;
	margin-bottom: 65px;  display:none;
}
.pro_heji_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.pro_heji_title {
	font-size: 22px;
	color: #2982d4;
	line-height: 18px;
	font-weight: bold;
	border-left: 5px solid #2982d4;
	padding-left: 30px;
}
.pro_heji_more {
	font-size: 19px;
	color: #333333;
	line-height: 30px;
}
.pro_heji_box {
	padding-left: 30px;
	
}
.pro_heji_box img {
	width: 100%;
}
.pro_heji_box .index_mbbr_more img {
	width: 35px;
}
.prochang_box {
	margin-bottom: 25px;
}
.prochang_area {
	margin-bottom: 65px;
	position: relative;
}
.prochang_area::after{
	content: '';
	position: absolute;
	right: 0;
	top: 15px;
	width: 83%;
	height: 1px;
	border: 1px dashed #e2ebee;
}
.prochangex_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.prochangex_item {
	width: 31%;
	margin-bottom: 3.5%;
	margin-left: 3.5%;
	border-radius: 10px;
	border: 1px solid #dadada;
}
.prochangex_item:nth-child(3n-2) {
	margin-left: 0;
}
.prochangex_photo {
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.prochangex_photo img {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition: all 0.5s ease-in-out;
}
.prochangex_item:hover .prochangex_photo img {
	transform:scale(1.1);
}
.prochangex_box {
	padding: 30px 25px;
}
.prochangex_title {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: bold;
}
.prochangex_text {
	font-size: 18px;
	color: #333333;
	line-height: 25px;
}
.prochangex_item:hover .prochangex_title {
	color: #2982d4;
}
.prombbr_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.prombbr_item {
	width: 18%;
	margin-left: 2.5%;
	text-align: center;
}
.prombbr_item:nth-child(5n-4) {
	margin-left: 0;
}
.prombbr_item img {
	margin: 0 auto;
	width: 80%;
}
.prombbr_title {
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
	padding: 14px 0;
	width: 100%;
	background: -webkit-linear-gradient(left, #329ac8 , #15b29a);
  background: -o-linear-gradient(right, #329ac8, #15b29a);
  background: -moz-linear-gradient(right, #329ac8, #15b29a);
  background: linear-gradient(to right, #329ac8 , #15b29a);
  margin: 15px 0;
}
.prombbr_text {
	font-size: 16px;
	color: #555555;
	line-height: 23px;
}
.prombbr_list1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.prombbr_item1 {
	width: 48%;
	margin-left: 4%;
	margin-bottom: 40px;
}
.prombbr_item1:nth-child(odd) {
	margin-left: 0;
}
.prombbr_photo1 {
	border-radius: 5px;
	overflow: hidden;
}
.prombbr_photo1 img {
	border-radius: 5px;
	width: 90%;
	transition: all 0.5s ease-in-out;
}
/*.prombbr_item1:hover .prombbr_photo1 img {
	transform:scale(1.1);
}*/
.prombbr_item1 span {
	font-size: 20px;
	color: #555555;
	margin-top: 20px;
}
.prombbr_item1:hover span {
	color: #2982d4;
}
.prombbrex_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.prombbrex_item {
	width: 31%;
	margin-left: 3.5%;
	margin-bottom: 3.5%;
	background: #f0f5f9;
	border-radius: 10px;
	padding: 25px 30px;
}
.prombbrex_item:nth-child(3n-2) {
	margin-left: 0;
}
.prombbrex_photo {
	overflow: hidden;
	border-radius: 5px;
}
.prombbrex_photo img {
	border-radius: 5px;
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.prombbrex_item:hover .prombbrex_photo img {
	transform:scale(1.1);
}
.prombbrex_title {
	font-size: 24px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin: 20px 0;
}
.prombbrex_caption {
	width: 95%;
	position: relative;
	border: 1px solid #2982d4;
	background: #e0ecf6;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 18px;
	color: #2982d4;
}
.prombbrex_caption::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5px;
	width: 10px;
	height: 10px;
	border: 1px solid #2982d4;
	background: #ffffff;
}
.prombbrex_caption::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5px;
	width: 10px;
	height: 10px;
	border: 1px solid #2982d4;
	background: #ffffff;
}
.prombbrex_item:hover .prombbrex_title {
	color: #2982d4;
}
.prochang_area1 {
	margin-bottom: 65px;
	position: relative;
}
.mbbr_more {
	font-size: 18px;
	color: #2982d4;
	line-height: 18px;
	position: relative;
}
.mbbr_item:hover .mbbr_name text  {
	color: #2982d4;
}
.mbbr_name text {
	position: absolute;
	font-size: 18px;
	color: #333333;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.prochang_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prochang_area1::after{
	content: '';
	position: absolute;
	right: 12%;
	top: 15px;
	width: 72%;
	height: 1px;
	border: 1px dashed #e2ebee;
}
.mbbr_item {
	float: left;
	width: 30%;
	margin-left: 5%;
	margin-bottom:2%;
	border-bottom: 1px solid #dadada;
	padding-bottom:0px;
}
.mbbr_item:nth-child(3n-2) {
	margin-left: 0;
}
.mbbr_photo {
	border-radius: 10px;
	overflow: hidden;
}
.mbbr_photo img {
	border-radius: 10px;
	width: 100%;
	transition: all 0.5s ease-in-out;
}
/*.mbbr_item:hover .mbbr_photo img {
	transform:scale(1.1);
}*/
.mbbr_name {
	font-size: 18px;
	color: #2982d4;
	line-height: 22px;
	margin: 15px 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  position: relative;
  font-weight: bold;
}
.xztext {
	/* font-size: 16px;
	color: #333;
	line-height: 23px; */
}
.mbbr_more {
	font-size: 16px;
	color: #666666;
	line-height: 18px;
}
/* .mbbr_item:hover .mbbr_name {
	color: #2982d4;
	font-weight: bold;
} */
.mbbr_item:hover .mbbr_more {
	color: #2982d4;
}
.mbbr_link {
	border-radius: 50px;
	background: #2982d4;
	padding: 35px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.mbbr_link span {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 30px;
}
.area_section {
	position: relative;
	margin-top: 90px;
	margin-bottom: 55px;
}
.area_left {
	width: 40%;
	border-radius: 50%;
	position: relative;
}
.area_left_yuan {
	border-radius: 50%;
	width: 100%;
}
.area_left_block {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.area_left_logo {
	width: 204px;
	height: 204px;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
}
.area_left_en {
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin: 20px 0;
}
.area_left_zh {
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}
.area_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
}
.area_box img {
	width: 80px;
}
.area_box span {
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	padding: 14px 50px;
	border-radius: 50px;
	background: -webkit-linear-gradient(left, #64b9df , #5bc29a);
  background: -o-linear-gradient(right, #64b9df, #5bc29a);
  background: -moz-linear-gradient(right, #64b9df, #5bc29a);
  background: linear-gradient(to right, #64b9df , #5bc29a);
}
.area_box1 {
	top: 2%;
	left: 38%;
}
.area_box2 {
	top: 19%;
	left: 43%;
}
.area_box3 {
	top: 36%;
	left: 46%;
}
.area_box4 {
	top: 53%;
	left: 46%;
}
.area_box5 {
	top: 70%;
	left: 43%;
}
.area_box6 {
	top: 87%;
	left: 37%;
}
.egex_title {
	font-size: 24px;
	color: #2982d4;
	font-weight: bold;
	text-align: center;
}
.egex_caption {
	font-size: 18px;
	color: #333333;
	text-align: left;
	margin: 20px 0 25px 0;
}
.egex_time {
	font-size: 18px;
	color: #666666;
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 40px;
}
.egex_photo {
	margin: 0 auto 25px auto;
	/*width: 40%;*/
	display: block;
}
.ex {
	margin-top: 30px;
	border-top: 1px dashed #dadada;
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ex a {
	font-size: 16px;
	color: #333333;
	width: 48%;
}
.ex a:hover {
	color: #2982d4;
}
.ex a:last-of-type {
	text-align: right;
}
.news_item {
	padding: 30px 0;
	border-bottom: 1px solid #e2e2e2;
}
.news_item a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.news_photo {
	width: 35%;
	border-radius: 10px;
	overflow: hidden;
}
.news_photo img {
	width: 100%;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}
.news_item:hover .news_photo img {
	transform:scale(1.1);
}
.news_box {
	width: 62%;
	margin-top: 20px;
}
.news_title {
	font-size: 20px;
	color: #2982d4;
	font-weight: bold;
	margin-bottom: 25px;
}
.news_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_time {
	font-size: 16px;
	color: #999999;
}
.news_time font {
	margin-left: 35px;
}
.news_more{
	font-size: 16px;
	color: #666666;
}
.news_item:hover .news_title {
	
}
.news_item:hover .news_more {
	color: #2982d4;
}
.fan {
	margin-bottom: 60px;
	text-align: right;
	margin-top: 25px;
}
.fan a {
	display: inline-block;
	margin: 0 2.5px;
	font-size: 14px;
	color: #333333;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #e6e6e6;
	border-radius: 5px;
}
.fan a:hover {
	background: #2982d4;
	color: #ffffff;
}
.fan a.on {
	background: #2982d4;
	color: #ffffff;
}
.fan img {
	margin: -2px auto 0 auto;
	display: inline-block;
	width: 10px;
}
.fan a:first-of-type {
	width: 60px;
}
.fan a:last-of-type {
	width: 60px;
}
.egex_time font {
	margin-left: 30px;
}
.newsex_title {
	font-size: 24px;
	color: #2982d4;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.con_section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.con_left {
	width: 38%;
}
.map {
	width: 60%;
}
.map img {
	width: 100%;
}
.con_title {
	font-size: 26px;
	color: #555555;
	font-weight: bold;
	line-height: 26px;
	padding: 30px 0;
	border-bottom: 1px solid #dadada;
	display: none;
}
.con_info {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 20px;
}
.con_info span {
	display: inline-flex;
}
.con_info > span {
	font-size: 18px;
	color: #666666;
	margin-left: 30px;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.con_info span  a{color:#337FE5;}
.con_info:first-of-type {
	margin-top: 0;
}
.con_info:first-of-type span span {
	width: 80%;
}
.con_info:last-of-type span span {
	max-width: 80%;
}
.header_sp {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	z-index: 80;
	box-shadow:0px 5px 10px rgba(0,0,0,0.2);
	height: 70px;
}
.header_sp > .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}
.logo_sp {
	width: 27%;
}
.logo_sp img {
	width: 100%;
}
.mcenter {
	position: relative;z-index: 1;
}
.header_sp_nav {
	cursor: pointer;
}
.nav_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6800;
  display: none;
  background: rgba(0,0,0,0.5);
}
.nav_right_sp {
  width: 100%;
  background: #ffffff;
  padding-top: 20px;
}
.search_form {
  border-radius: 8px;
  padding: 10px 15px;
  box-shadow:0px 0px 5px rgba(3,79,159,0.3);
  width: 80%;
  margin-left: 5%; opacity: 0;
}
.search_btu {
  border: none;
  background: url(../images/search.png) no-repeat left center;
  background-size: 20px 20px;
  float: left;
  width: 20px;
  height: 20px;
}
.search_input {
  width: 95%;
  border: none;
  font-size: 14px;
  color: #333333;
  float: right;
  outline: none;
  line-height: 20px;
}

.nav_list_sp {
  width: 100%;
  float: left;
  margin-top: 10px;
  height: 100%;
  /*padding: 0 10%;*/
}
.nav_item_sp {
  border-bottom: 1px solid #eeeeee;
  padding: 18px 5% 18px 5%;
  background: url(../images/jian10.png) no-repeat 95% 15px;
  background-size: 12px;
}
.nav_jian_sp {
  background: url(../images/jian6.png) no-repeat 95% 15px;
  background-size: 19px;
}
.nav_link_sp {
  font-size: 16px;
  color: #333333;
  line-height: 18px;
}
.nav_er_list_sp {
  display: none;
  margin-top: 10px;
}
.nav_er_item_sp {
  float: left;
  width: 31%;
  margin-left: 2.6%;
  margin-top: 2.6%;
  border-radius: 5px;
  background: #ebebeb;
}
.nav_er_link_sp {
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  color: #222222;
}
.nav_er_item_sp:nth-child(3n-2) {
  margin-left: 0;
}
.nav_er_current_sp {
  background: #2d72eb;
}
.nav_er_current_sp .nav_er_link_sp {
  color: #ffffff;
}
.nav_close_sp {
	position: absolute;
	top: 30px;
	right: 5%;
	width: 20px;
}
.boxxzshowsp {
	display: none;
}
.index_mbbr_listsp {
	display: none;
}
.index_city_listsp {
	display: none;
}
.fu_boxsp {
	display: none;
}
.index_aboutsp {
	display: none;
}
.projects_list_text {
	font-size: 16px;
	color: #555555;
	height: 50px;
    line-height: 25px;
	margin-bottom: 15px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.lefton {
	position: fixed;
	top: 111px;
	left: 6%;
	max-width: 336px;
}
.section .inner {
	position: relative;
}
.mbbr_list1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.mbbr_list1 .mbbr_item {
	float: none;
}
.mfoot {
	position: relative;
	z-index: 112;
}
.news_miao {
	font-size: 17px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin-top: 20px;
}
.boxsp {
	display: none;
}
.returnwe {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	padding-right: 5%;
}
.returnwe img {
	width: 140px;
}
















@media screen and  (max-width: 1360px) {
 
 

.index_mbbr_title{padding-bottom:0px!important;}


.index_mbbr_name{font-size:16px;}

.index_mbbr_text{font-size:14px;}

.mbbr_item {
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top:3%;
    margin-bottom:0%;
    border-bottom: 1px solid #dadada;
    padding-bottom: 0px;
}

.right_zh {
   
    color: #2982d4;
    line-height: 24px;
    font-weight: bold;
    margin-top: 0;
    position: relative;
    z-index: 2;
    margin-bottom: -30px;
}
 
.zi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0px;
}
.con_info:first-of-type span span {
	width:70%;
}
.con_info:last-of-type span span {
	max-width: 70%;
}


}

.box  strong{font-size:22px!important;}

.fu_boxxz{display:none;}

